home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.net / ftp.notepager.net.tar / ftp.notepager.net / pgv6.0.16.exe / [0] / snpp.ini < prev    next >
INI File  |  2013-01-16  |  2KB  |  59 lines

  1. ; This .ini file controls the behavior of the PageGate SNPP Server.
  2. ; PIN number information is configured in another file named PinInfo.txt
  3.  
  4. ; If you are running the evaluation version of the PageGate SNPP Server,
  5. ; then it will stop itself every 3-5 days, and/or after 500 messages.
  6.  
  7. ; Server section is the only currently used section
  8. [Server]
  9.  
  10. ; The standard SNPP port is 444
  11. Port=444
  12.  
  13. ; Match the MaxMsgLength to the max length the paging terminal will accept
  14. MaxMsgLength=240
  15.  
  16. ; The output folder should match PageGate's GetAscii folder
  17. OutputFolder=c:\temp
  18.  
  19. ; the log folder should match PageGate's log folder
  20. LogFolder=c:\temp
  21.  
  22. ; the size the log file will be trimmed down to nightly
  23. MaxLogLength=100000
  24.  
  25. ; the detailed log option provides more session information in the snpp log file
  26. ; 1 = True, 0 = False
  27. DetailedLog=1
  28.  
  29. ; don't notify the sender of a bad PIN number (helps cut down on spam)
  30. ; 1 = True, 0 = False
  31. SilentRejections=0
  32.  
  33. ; hard-code the sender field for all accepted messages
  34. Sender=
  35.  
  36. ; extract the sender from the beginning of the message (colon divides the sender
  37. ; from the message). Works well if sender is using NotePager Pro.
  38. ; 1 = True, 0 = False
  39. ExtractSender=0
  40.  
  41. ; if Login is set, then the users must authenticate to send messages
  42. ; either the LOGI (LOGIN) command can be used or the passwor can be
  43. ; sent with the PAGE command, after the PIN number i.e. PAGE <pin> <password>
  44. Login=
  45.  
  46.  
  47. ; Running the PageGate SNPP Server as a Service:
  48. ;
  49. ; To install run 'snppserver /reinstall'
  50. ;
  51. ; The service will be installed to use the system account and startup
  52. ; manually.  These can be modified in the Windows Service Manager
  53. ;
  54. ; To remove run 'snppserver /uninstall'
  55. ;
  56. ; To start the server run 'net start pgsnppserver'
  57. ; To stop the server run 'net stop pgsnppserver' 
  58.  
  59.